home *** CD-ROM | disk | FTP | other *** search
- .key garbage
- .bra {
- .ket }
- RunMPGui gui/PBM.gui TO=env:mppbmtemp{$$} HELP=PBM.guide RELMOUSE
- if $rc gt 0
- quit
- endif
- echo "runmpgui gui/pbm/" to t:mppbmtemp{$$}.1 noline
- echo $mppbmtemp{$$} to t:mppbmtemp{$$}.2 noline
- echo " TO=t:mppbmtemp{$$}.5 RELMOUSE" to t:mppbmtemp{$$}.3
- join t:mppbmtemp{$$}.1 t:mppbmtemp{$$}.2 t:mppbmtemp{$$}.3 to t:mppbmtemp{$$}.4
- execute t:mppbmtemp{$$}.4
- if $rc gt 5
- quit
- endif
- execute t:mppbmtemp{$$}.5
- ; cannot skip back earlier than an execute
- execute PBM
-